home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / sco / Makefile
Encoding:
Makefile  |  1995-06-28  |  792 b   |  34 lines

  1. #  Make WWW under unix for a.n.other unix system (bsd)
  2. #   Use this as a template
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = sco
  6.  
  7. # The ASIS repository's name for the machine we are on
  8. #  SCO does not presently have ranlib.  Ignore the error
  9. #  message about that when the CommonMakefile tries to
  10. #  invoke it.
  11. ASIS_MACH = intel/sco
  12.  
  13.  
  14. CFLAGS =  -DDEBUG -DSCO -O
  15. LFLAGS =
  16. CC = cc
  17.  
  18. # Directory for installed binary:
  19. BINDIR = /usr/local/bin
  20.  
  21. # Where is the W3 object library to be installed (not normally done)?
  22. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  23.  
  24. #_________________ OK if normal W3 distribution
  25. # Where is the WWW source root?
  26. WWW = ../..
  27.  
  28. #  Where should temporary (object) files go?
  29. WTMP = ../..
  30.  
  31.  
  32. include $(WWW)/Library/Implementation/CommonMakefile
  33.  
  34.